Skip to content

Commit

Permalink
Update ubuntu Docker tag to focal-20240123
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent cdab8bf commit d4b4a4d
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-20240123

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 --mount=type=cache,target=/opt/cargo/git \

# 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-20240123

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

0 comments on commit d4b4a4d

Please sign in to comment.