Skip to content

Commit

Permalink
Update amazonlinux Docker tag to v2023
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent 5fd3c67 commit ee7b477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/token-rotator/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# docker build -t token-rotator-build -f apps/token-rotator/Dockerfile.build . && \
# docker run -it -v "$(pwd):/localhost" token-rotator-build
FROM amazonlinux:2022
FROM amazonlinux:2023

RUN mkdir -p /src
RUN mkdir /localhost
Expand Down

0 comments on commit ee7b477

Please sign in to comment.