Skip to content

Commit

Permalink
QD-9996 Update golang Docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Oct 9, 2024
1 parent 639b6cf commit aebd3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2024.2/base/go.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_TAG="1.22-bullseye"
ARG GO_TAG="1.23-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 2024.2/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_TAG="1.22-bullseye"
ARG GO_TAG="1.23-bullseye"
ARG NODE_TAG="20-bullseye-slim"
FROM node:$NODE_TAG AS node_base
FROM golang:$GO_TAG
Expand Down

0 comments on commit aebd3aa

Please sign in to comment.