Skip to content

Commit 5c3e42a

Browse files
authored
upgrade golang builder images (#1519)
1 parent 9d6e3e9 commit 5c3e42a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.packaging

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-bullseye
1+
FROM golang:1.23-bullseye
22

33
RUN apt-get update
44
RUN apt-get install -y ruby ruby-dev rubygems build-essential

Dockerfile.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22-bullseye
1+
FROM golang:1.23-bullseye
22
LABEL maintainer="[email protected]"
33

44
RUN apt-get update

0 commit comments

Comments
 (0)