Skip to content

Commit

Permalink
chore(deps): update docker docker tag to v27.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 23, 2025
1 parent bc27743 commit a37924c
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 @@ -14,7 +14,7 @@ ENV XK6_VERSION=${XK6_VERSION}
RUN go install go.k6.io/xk6/cmd/xk6@"${XK6_VERSION}"

# Docker CLI for integration tests
FROM docker:27.5.0-cli AS docker-cli
FROM docker:27.5.1-cli AS docker-cli

# Node for tooling
FROM node:22.13.0-bookworm-slim AS node
Expand Down

0 comments on commit a37924c

Please sign in to comment.