Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 28, 2023
1 parent abf486d commit fb212d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion curl-jq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.16
FROM alpine:3.18

RUN apk add --no-cache ca-certificates tzdata curl bash jq
2 changes: 1 addition & 1 deletion exiftool/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.18

COPY VERSION /tmp/VERSION

Expand Down
2 changes: 1 addition & 1 deletion oauth2-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN GO111MODULE=on go mod download
RUN VERSION=$(cat /tmp/VERSION) make build && touch jwt_signing_key.pem

# Copy binary to alpine
FROM alpine:3.16
FROM alpine:3.18
COPY --from=builder /etc/nsswitch.conf /etc/nsswitch.conf
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
COPY --from=builder /go/src/github.com/oauth2-proxy/oauth2-proxy/oauth2-proxy /bin/oauth2-proxy
Expand Down
2 changes: 1 addition & 1 deletion restic-robot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN git clone https://github.com/Southclaws/restic-robot.git .

RUN CGO_ENABLED=0 GOOS=linux go build

FROM alpine:3.16
FROM alpine:3.18
RUN apk add --no-cache ca-certificates tzdata restic mysql-client
COPY --from=builder /go/src/github.com/southclaws/restic-robot/restic-robot /usr/bin/restic-robot
ENTRYPOINT ["/usr/bin/restic-robot"]

0 comments on commit fb212d6

Please sign in to comment.