Skip to content

Commit

Permalink
W-13897522: Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzxu committed Aug 11, 2023
1 parent f73e04d commit 3a17224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions carbonj.service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
#

FROM quay.io/centos/centos:stream8
FROM tgagor/centos-stream:stream8
ARG DEPENDENCY=build/docker/dependency
ARG VERSION=latest

Expand Down Expand Up @@ -102,4 +102,4 @@ RUN chmod +x /sbin/tini
ENTRYPOINT ["/sbin/tini", "--"]

# Run your program under Tini
CMD ["/app/bin/entrypoint.sh"]
CMD ["/app/bin/entrypoint.sh"]

0 comments on commit 3a17224

Please sign in to comment.