Skip to content

Commit

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

build(deps): bump alpine from 3.20.2 to 3.20.3 in /images/src/alpine-base
  • Loading branch information
sjinks committed Sep 10, 2024
2 parents 423dc48 + a9269c8 commit 43488f7
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.8.3"
"image-version": "1.8.4"
},
"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.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
FROM alpine:3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d

ARG USERNAME=vscode
ARG USER_UID=1000
Expand Down

0 comments on commit 43488f7

Please sign in to comment.