Skip to content

Commit

Permalink
chore(deps): update mcr.microsoft.com/vscode/devcontainers/base:1-ubu…
Browse files Browse the repository at this point in the history
…ntu-22.04 docker digest to f8cfe39 (#46)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 7e9ca5e commit 71ceea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-22.04@sha256:992da2407303b4224362e0dac5c5c9235ae4371da4f7d9babe8f9013659f6933 AS awscli-builder
FROM mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-22.04@sha256:f8cfe39b16ce648d49af3739e449668baaec8e20b1c1ca21fc6912f41a673fa5 AS awscli-builder

# Fetch and unpackage AWS CLI
RUN apt-get update && \
Expand All @@ -12,7 +12,7 @@ RUN apt-get update && \
./aws/install -i /usr/local/aws-cli -b /usr/local/bin


FROM mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-22.04@sha256:992da2407303b4224362e0dac5c5c9235ae4371da4f7d9babe8f9013659f6933 AS devcontainer
FROM mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-22.04@sha256:f8cfe39b16ce648d49af3739e449668baaec8e20b1c1ca21fc6912f41a673fa5 AS devcontainer

USER root

Expand Down

0 comments on commit 71ceea8

Please sign in to comment.