Skip to content

Commit

Permalink
QD-8148 Update golang Docker tag to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent 29bda96 commit 9f98d53
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2023.3/base/go.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_TAG="1.21-bullseye"
ARG GO_TAG="1.22-bullseye"
ARG NODE_TAG="20-bullseye-slim"
FROM node:$NODE_TAG AS node_base
FROM golang:$GO_TAG
Expand Down
2 changes: 1 addition & 1 deletion 2023.3/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_TAG="1.21-bullseye"
ARG GO_TAG="1.22-bullseye"
ARG NODE_TAG="20-bullseye-slim"
FROM node:$NODE_TAG AS node_base
FROM golang:$GO_TAG
Expand Down
2 changes: 1 addition & 1 deletion next/base/go.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_TAG="1.21-bullseye"
ARG GO_TAG="1.22-bullseye"
ARG NODE_TAG="20-bullseye-slim"
FROM node:$NODE_TAG AS node_base
FROM golang:$GO_TAG
Expand Down

0 comments on commit 9f98d53

Please sign in to comment.