Skip to content

Commit 8914976

Browse files
authored
Merge pull request #14 from moul/renovate/docker-all
chore(deps): update alpine docker tag to v3.13
2 parents f14ebc0 + ff67907 commit 8914976

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

0 commit comments

Comments
 (0)