Skip to content

Commit

Permalink
Merge pull request #195 from trifork/fix-dev-container
Browse files Browse the repository at this point in the history
Fix dev container
  • Loading branch information
pegtrifork authored Feb 2, 2024
2 parents cd03797 + 5945d47 commit a276159
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 @@ -3,7 +3,7 @@ FROM ghcr.io/containerbase/base:9.30.10@sha256:8e666ee10834c70f7c854eaf062f09926
COPY tools/*.sh /usr/local/containerbase/tools/

# renovate: datasource=github-releases depName=docker packageName=moby/moby
ARG DOCKER_VERSION=v24.0.5
ARG DOCKER_VERSION=24.0.5
RUN install-tool docker

# renovate: datasource=github-releases depName=kubectl packageName=kubernetes/kubernetes
Expand Down

0 comments on commit a276159

Please sign in to comment.