Skip to content

Commit

Permalink
Fix IT Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Jun 9, 2022
1 parent c308011 commit 28da6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.it
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM ubuntu:21.10

LABEL org.opencontainers.image.source="https://github.com/markphelps/flipt"

Expand Down Expand Up @@ -34,4 +34,4 @@ RUN mkdir /tmp/pwt && cd /tmp/pwt && \
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*

EXPOSE 8080
EXPOSE 8079

0 comments on commit 28da6e0

Please sign in to comment.