Skip to content

Commit cfd5c53

Browse files
chore(deps): bump alpine from 3.16.0 to 3.17.2
Bumps alpine from 3.16.0 to 3.17.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2eb68f2 commit cfd5c53

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.0
17+
FROM alpine:3.17.2
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)