Skip to content

Commit

Permalink
Merge pull request #620 from monostream/update/vscode
Browse files Browse the repository at this point in the history
Update dependencies for update/vscode
  • Loading branch information
marcelhintermann authored Nov 27, 2024
2 parents 7769a3a + b878fc8 commit 5e48177
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vscode/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV DOCKER_CLIENT_VERSION="27.3.1"
RUN curl -fsSL -o - https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_CLIENT_VERSION}.tgz | tar -zxf - --strip=1 -C /usr/local/bin/ docker/docker

# Docker Buildx Plugin
ENV DOCKER_BUILDX_VERSION="v0.18.0"
ENV DOCKER_BUILDX_VERSION="v0.19.0"
RUN mkdir -p /usr/libexec/docker/cli-plugins && curl -fsSL "https://github.com/docker/buildx/releases/download/${DOCKER_BUILDX_VERSION}/buildx-${DOCKER_BUILDX_VERSION}.linux-amd64" -o /usr/libexec/docker/cli-plugins/docker-buildx && chmod +x /usr/libexec/docker/cli-plugins/docker-buildx

# Docker-in-Docker daemon socket
Expand Down
6 changes: 6 additions & 0 deletions charts/vscode/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#

Published on 27 November 2024

- Docker Buildx from v0.18.0 to v0.19.0

#

Published on 21 November 2024

- Kubernetes CLI from v1.31.2 to v1.31.3
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"provider": "github-tags",
"name": "Docker Buildx",
"repo": "docker/buildx",
"currentTag": "v0.18.0",
"currentTag": "v0.19.0",
"allowPrerelease": false,
"envVar": "DOCKER_BUILDX_VERSION"
},
Expand Down

0 comments on commit 5e48177

Please sign in to comment.