Bump alpine from 3.21.0 to 3.21.3

Bumps alpine from 3.21.0 to 3.21.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-02-17 11:20:39 +00:00
committed by GitHub
parent a09b026f5d
commit 85614fcaf8

View File

@@ -1,4 +1,4 @@
FROM alpine:3.21.0 AS builder
FROM alpine:3.21.3 AS builder
ARG RECORDER_VERSION=0.9.9
# ARG RECORDER_VERSION=master
@@ -26,7 +26,7 @@ COPY config.mk .
RUN make -j $(nprocs)
RUN make install DESTDIR=/app
FROM alpine:3.21.0
FROM alpine:3.21.3
ENV DOCKER_RUNNING=1