Skip to content

Commit

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

build(deps): bump alpine from 3.21.2 to 3.21.3 in /images/src/alpine-base
  • Loading branch information
sjinks authored Feb 19, 2025
2 parents ee5f515 + f32aa27 commit 18dd822
Show file tree
Hide file tree
Showing 2 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.9.2"
"image-version": "1.9.3"
},
"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.21.2@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c

ARG USERNAME=vscode
ARG USER_UID=1000
Expand Down

0 comments on commit 18dd822

Please sign in to comment.