Skip to content

Commit

Permalink
Merge pull request #188 from Automattic/dependabot/docker/images/src/…
Browse files Browse the repository at this point in the history
…alpine-base/alpine-3.20.0

build(deps): bump alpine from 3.19.1 to 3.20.0 in /images/src/alpine-base
  • Loading branch information
sjinks authored May 30, 2024
2 parents 2fab46c + 9e5e222 commit 25ba4bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/src/alpine-base/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"x-build": {
"name": "Alpine",
"image-name": "alpine-base",
"image-version": "1.6.1"
"image-version": "1.7.0"
},
"remoteUser": "vscode"
}
2 changes: 1 addition & 1 deletion images/src/alpine-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.1
FROM alpine:3.20.0

ARG USERNAME=vscode
ARG USER_UID=1000
Expand Down
Empty file.

0 comments on commit 25ba4bb

Please sign in to comment.