Skip to content

Commit

Permalink
Update versions of golang and alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
illegalnumbers committed Apr 24, 2024
1 parent 1aa9493 commit 6b1f9f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current Operator version
VERSION ?= 0.20.0
VERSION ?= 0.21.0
# Default image tag
DOCKER_REPO := $(if $(DOCKER_REPO),$(DOCKER_REPO),streamnative)
OPERATOR_IMG ?= ${DOCKER_REPO}/function-mesh:v$(VERSION)
Expand Down
2 changes: 1 addition & 1 deletion operator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.19

RUN apk add tzdata --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 6b1f9f6

Please sign in to comment.