Skip to content

Commit

Permalink
Merge pull request #416 from monostream/update/vscode
Browse files Browse the repository at this point in the history
Update dependencies for update/vscode
  • Loading branch information
mdnix authored Jul 12, 2024
2 parents ac595f4 + f01af61 commit 65ab2bd
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.0.3"
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.15.1"
ENV DOCKER_BUILDX_VERSION="v0.16.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,3 +1,9 @@
# 0.1.32

Published on 12 July 2024

- Docker Buildx from v0.15.1 to v0.16.0

# 0.1.31

Published on 11 July 2024
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.15.1",
"currentTag": "v0.16.0",
"allowPrerelease": false,
"envVar": "DOCKER_BUILDX_VERSION"
},
Expand Down

0 comments on commit 65ab2bd

Please sign in to comment.