Skip to content

Commit

Permalink
use alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsgstrabo committed Jun 7, 2024
1 parent 050089e commit d24ff1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.19 as base
FROM golang:1.22-alpine3.20 as base
ENV GO111MODULE=on
RUN apk update && \
apk add git ca-certificates curl && \
Expand Down
2 changes: 1 addition & 1 deletion pipeline.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.19 as base
FROM golang:1.22-alpine3.20 as base

RUN apk update && \
apk add ca-certificates curl git && \
Expand Down

0 comments on commit d24ff1f

Please sign in to comment.