Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbocek committed Oct 28, 2020
1 parent 2aca6ee commit 66dc707
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
Expand Up @@ -7,10 +7,10 @@ RUN chown -R appuser:appgroup /app
USER appuser
RUN make

FROM alpine:latest
FROM alpine:3.12
RUN addgroup -S appgroup && adduser -S appuser -G appgroup
WORKDIR /app
COPY --from=builder /app/banner.txt /app/fastauth /app/startup.sql ./
RUN chown -R appuser:appgroup /app
USER appuser
ENTRYPOINT ["./fastauth"]
ENTRYPOINT ["./fastauth"]

0 comments on commit 66dc707

Please sign in to comment.