Skip to content

Commit d12e0cc

Browse files
Update amazonlinux Docker tag to v2023
1 parent 86fe3a8 commit d12e0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/token-rotator/Dockerfile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# docker build -t token-rotator-build -f apps/token-rotator/Dockerfile.build . && \
99
# docker run -it -v "$(pwd):/localhost" token-rotator-build
10-
FROM amazonlinux:2022
10+
FROM amazonlinux:2023
1111

1212
RUN mkdir -p /src
1313
RUN mkdir /localhost

0 commit comments

Comments
 (0)