Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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