Skip to content

Commit

Permalink
Merge pull request #343 from Automattic/dependabot/docker/images/src/…
Browse files Browse the repository at this point in the history
…ubuntu-base/buildpack-deps-89d386c

build(deps): bump buildpack-deps from `fbdafd2` to `89d386c` in /images/src/ubuntu-base
  • Loading branch information
sjinks committed Aug 19, 2024
2 parents b66acba + ca69d43 commit 090bac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/src/ubuntu-base/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"x-build": {
"name": "Ubuntu",
"image-name": "ubuntu-base",
"image-version": "0.0.21"
"image-version": "0.0.22"
},
"remoteUser": "vscode",
"containerEnv": {
Expand Down
2 changes: 1 addition & 1 deletion images/src/ubuntu-base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM buildpack-deps:noble-curl@sha256:fbdafd2edc3ad1a27612fb5a8e10e71f81940b2b9a3db77ec06a7a54eb2cf672
FROM buildpack-deps:noble-curl@sha256:89d386c8f78b79b2909302d628fda30445c2d7addf18f10b34372b48f4a49e50

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit 090bac6

Please sign in to comment.