diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 49a8188..c627e87 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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