Skip to content

Commit

Permalink
bump Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Apr 9, 2024
1 parent 42a160d commit fd604e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# Build the operator binary
FROM golang:1.22.1 as builder
FROM golang:1.22.2 as builder

WORKDIR /workspace

Expand Down
4 changes: 2 additions & 2 deletions components/serverless/deploy/webhook/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# image builder base on golang:1.21.4-alpine3.18
FROM golang@sha256:f475434ea2047a83e9ba02a1da8efc250fa6b2ed0e9e8e4eb8c5322ea6997795 as builder
# image builder base on golang:1.22.2-alpine3.19
FROM golang@sha256:cdc86d9f363e8786845bea2040312b4efa321b828acdeb26f393faa864d887b0 as builder

ENV BASE_APP_DIR=/workspace/go/src/github.com/kyma-project/serverless \
CGO_ENABLED=0 \
Expand Down

0 comments on commit fd604e6

Please sign in to comment.