Skip to content

Commit

Permalink
Update versions of golang and alpine (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalnumbers authored Apr 29, 2024
1 parent f57a7f4 commit e27bad3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ index_build_*/
.DS_Store
config/crd/bases/vpa-v1-crd.yaml
Listeners
.tool-versions
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20.4-bullseye as builder
FROM golang:1.22.2-bullseye as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
3 changes: 2 additions & 1 deletion operator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.14
FROM alpine:3.19

RUN apk add tzdata --no-cache
RUN apk upgrade --no-cache
ADD bin/function-mesh-controller-manager /manager
2 changes: 1 addition & 1 deletion redhat.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20.4-bullseye as builder
FROM golang:1.22.2-bullseye as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit e27bad3

Please sign in to comment.