Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 17, 2025
1 parent 795e969 commit 8cf1ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG K6_VERSION=0.56.0
#################################################
# Basic environment for building the app
#################################################
FROM golang:1.23.4-bookworm AS builder
FROM golang:1.23.5-bookworm AS builder

# renovate: datasource=go depName=go.k6.io/xk6
ARG XK6_VERSION=v0.13.4
Expand Down

0 comments on commit 8cf1ffb

Please sign in to comment.