Skip to content

Commit dd2201f

Browse files
authored
Merge pull request #185 from nicolaka/dependabot/docker/alpine-3.22.0
Bump alpine from 3.21.0 to 3.22.0
2 parents d5b6de4 + 71732d4 commit dd2201f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
77

88
RUN /tmp/fetch_binaries.sh
99

10-
FROM alpine:3.21.0
10+
FROM alpine:3.22.0
1111

1212
RUN set -ex \
1313
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \

0 commit comments

Comments
 (0)