Skip to content

Commit

Permalink
fix: [#34] updated registry base image to RC to solve vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
jherrerasbp committed Dec 27, 2024
1 parent 672f3ca commit f205e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
REGCTL_VERSION: 0.8.0
REGISTRY_LOCAL: localhost:5000
REGISTRY_REMOTE: public.ecr.aws
REGISTRY_VERSION: 2.8.3
REGISTRY_VERSION: 3.0.0-rc.2
jobs:
build-and-publish:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion registry/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry:2.8.3
FROM registry:3.0.0-rc.2
ARG APPLICATION
RUN apk update && \
apk upgrade
Expand Down

0 comments on commit f205e44

Please sign in to comment.