Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 27, 2024
1 parent 1d09875 commit 4e1cc36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG GOLANG_IMAGE_TAG=1.22-bullseye
ARG GOLANG_IMAGE_TAG=1.23-bullseye

# Build stage
FROM golang:${GOLANG_IMAGE_TAG} AS build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.noncached
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG GOLANG_IMAGE_TAG=1.22-bullseye
ARG GOLANG_IMAGE_TAG=1.23-bullseye

# Build stage
FROM golang:${GOLANG_IMAGE_TAG} AS build
Expand Down
2 changes: 1 addition & 1 deletion tools/wasp-cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
ARG GOLANG_IMAGE_TAG=1.22-bullseye
ARG GOLANG_IMAGE_TAG=1.23-bullseye

# Build stage
FROM golang:${GOLANG_IMAGE_TAG} AS build
Expand Down

0 comments on commit 4e1cc36

Please sign in to comment.