Skip to content

Commit 7777396

Browse files
Bump alpine from 3.21.2 to 3.21.3
Bumps alpine from 3.21.2 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97b87a0 commit 7777396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.2 AS builder
1+
FROM alpine:3.21.3 AS builder
22

33
#ARG ALSAEQUAL_VERSION=master
44
# use older commit to be compatible with version from raspberry pi OS
@@ -70,7 +70,7 @@ RUN cd /usr/local/src \
7070
&& make \
7171
&& make DESTDIR="/usr/local/src/dest" install
7272

73-
FROM alpine:3.21.2
73+
FROM alpine:3.21.3
7474

7575
ENV LANG C.UTF-8
7676

0 commit comments

Comments
 (0)