Skip to content

Commit 2eb68f2

Browse files
authored
Merge pull request #143 from moul/dependabot/docker/alpine-3.16.0
2 parents 44d1b39 + 403c511 commit 2eb68f2

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.15.0
17+
FROM alpine:3.16.0
1818
LABEL org.label-schema.build-date=$BUILD_DATE \
1919
org.label-schema.name="testman" \
2020
org.label-schema.description="" \

0 commit comments

Comments
 (0)