Skip to content

Commit

Permalink
Correct ref for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhamiltonstubber committed Jan 17, 2024
1 parent f0bad27 commit 8e150fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.render
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG IMPORT_VERSION=v4

FROM https://hub.docker.com/r/tutorcruncher/tc-virus-checker-image/ AS builder
FROM tutorcruncher/tc-virus-checker-image:latest AS builder
RUN /render/build-scripts/apply-buildpacks.py ${HEROKU_STACK}

# For running the app, this is the base image
FROM https://hub.docker.com/r/tutorcruncher/tc-virus-checker-image/ AS runner
FROM tutorcruncher/tc-virus-checker-image:latest AS runner

# Here we copy your build artifacts from the build image to the runner so that
# the image that we deploy to Render is smaller and, therefore, can start up
Expand Down

0 comments on commit 8e150fa

Please sign in to comment.