mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-02-13 20:49:51 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user