Skip to content

Commit 978b385

Browse files
authored
Merge pull request #331 from moul/dependabot/docker/alpine-3.17.0
chore(deps): bump alpine from 3.16.2 to 3.17.0
2 parents 6f498d2 + 766af55 commit 978b385

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
@@ -14,7 +14,7 @@ COPY . ./
1414
RUN make install
1515

1616
# minimalist runtime
17-
FROM alpine:3.16.2
17+
FROM alpine:3.17.0
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="golang-repo-template" \
2020
org.label-schema.description="" \

0 commit comments

Comments
 (0)