Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update base image to alpine:3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ScheererJ authored Nov 25, 2022
1 parent ae3d167 commit 8947882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

############# portmap-builder
FROM alpine:3.16.2 AS portmap-builder
FROM alpine:3.16.3 AS portmap-builder
ARG TARGETARCH

RUN apk update \
Expand Down

0 comments on commit 8947882

Please sign in to comment.