Skip to content

Commit

Permalink
📌 29/04/24 updates (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
jacobwoffenden authored Apr 29, 2024
1 parent d69b661 commit 7a80ff3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/ubuntu/ubuntu@sha256:12fb86d81bc4504d8261a91c83c54b9e5dcdf1d833ba0fe42ec9e0ee09a2b0ba
FROM public.ecr.aws/ubuntu/ubuntu@sha256:1cc4019c277242e5fb710f2cf40af1590ad053b7d764efba48b051871dcc18d8

LABEL org.opencontainers.image.vendor="Ministry of Justice" \
org.opencontainers.image.authors="Analytical Platform (analytical-platform@digital.justice.gov.uk)" \
Expand All @@ -11,14 +11,14 @@ ENV CONTAINER_USER="analyticalplatform" \
CONTAINER_GROUP="analyticalplatform" \
CONTAINER_GID="1000" \
DEBIAN_FRONTEND="noninteractive" \
VISUAL_STUDIO_CODE_VERSION="1.88.0-1712152114" \
AWS_CLI_VERSION="2.15.37" \
CORRETTO_VERSION="1:21.0.2.14-1" \
MINICONDA_VERSION="24.1.2-0" \
MINICONDA_SHA256="8eb5999c2f7ac6189690d95ae5ec911032fa6697ae4b34eb3235802086566d78" \
VISUAL_STUDIO_CODE_VERSION="1.88.1-1712771838" \
AWS_CLI_VERSION="2.15.42" \
CORRETTO_VERSION="1:21.0.3.9-1" \
MINICONDA_VERSION="24.3.0-0" \
MINICONDA_SHA256="def595b1b182749df0974cddb5c8befe70664ace16403d7a7bf54467be5ea48b" \
DOTNET_SDK_VERSION="8.0.204-1" \
OLLAMA_VERSION="0.1.31" \
OLLAMA_SHA256="9d9a24ed741bf9d88c8e9df6865371681316aee298433d0291e86295045bfa96" \
OLLAMA_VERSION="0.1.32" \
OLLAMA_SHA256="539e8e1df2f74263fc56e0939cfc3f014a1addf02b07a06cae5cb42d810eb746" \
PATH="/opt/conda/bin:${HOME}/.local/bin:${PATH}"

SHELL ["/bin/bash", "-e", "-u", "-o", "pipefail", "-c"]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Generally Dependabot does this, but the following command will return the digest

```bash
docker pull --platform linux/amd64 public.ecr.aws/ubuntu/ubuntu:22.04

docker image inspect --format='{{index .RepoDigests 0}}' public.ecr.aws/ubuntu/ubuntu:22.04
```

Expand Down

0 comments on commit 7a80ff3

Please sign in to comment.