Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ceceppa authored Dec 12, 2023
1 parent 04815a5 commit d188188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:18.20
MAINTAINER "ceceppa" <[email protected]>

# Let the conatiner know that there is no tty
Expand All @@ -16,4 +16,4 @@ RUN apt-get install -y --no-install-recommends \
COPY init-and-run-tests.sh /init-and-run-tests.sh
RUN chmod 755 /init-and-run-tests.sh

ENTRYPOINT ["/init-and-run-tests.sh"]
ENTRYPOINT ["/init-and-run-tests.sh"]

0 comments on commit d188188

Please sign in to comment.