Skip to content

Commit

Permalink
Update ubuntu Docker tag to focal-20231128
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 6d7de5a commit 73410c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .internal-ci/docker/Dockerfile.full-service
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# assume we have pre-built binary

FROM ubuntu:focal-20230308
FROM ubuntu:focal-20231128

RUN addgroup --system --gid 1000 app \
&& adduser --system --ingroup app --uid 1000 app \
Expand Down
2 changes: 1 addition & 1 deletion .internal-ci/docker/Dockerfile.full-service-with-build
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN cp /app/target/release/generate-rsa-keypair /usr/local/bin/

# This is the runtime container.
# Adding/updating OS will not affect the ability to verify the build environment.
FROM ubuntu:focal-20221019
FROM ubuntu:focal-20231128

RUN addgroup --system --gid 1000 app \
&& adduser --system --ingroup app --uid 1000 app \
Expand Down

0 comments on commit 73410c6

Please sign in to comment.