Skip to content

Commit 4e3bac5

Browse files
author
Kingdon Barrett
committed
feat(slugrunner): update stack to heroku-20
1 parent a047d44 commit 4e3bac5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

rootfs/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM heroku/heroku:18-build
1+
FROM heroku/heroku:20-build
22

33
RUN mkdir /app
44
RUN addgroup --quiet --gid 2000 slug && \
@@ -12,13 +12,13 @@ ENV PORT 5000
1212
EXPOSE 5000
1313

1414
ADD ./runner /runner
15-
ADD ./bin /bin
16-
ADD https://storage.googleapis.com/hephy-obj-storage-cli/bb8e054/objstorage /bin/objstorage
17-
RUN chmod +x /bin/objstorage && \
15+
ADD ./bin /usr/bin
16+
ADD https://storage.googleapis.com/hephy-obj-storage-cli/bb8e054/objstorage /usr/bin/objstorage
17+
RUN chmod +x /usr/bin/objstorage && \
1818
chown slug:slug /app \
1919
/runner/init \
20-
/bin/get_object \
21-
/bin/objstorage
20+
/usr/bin/get_object \
21+
/usr/bin/objstorage
2222

2323
USER slug
2424
ENV HOME /app

0 commit comments

Comments
 (0)