Skip to content

Commit

Permalink
Merge pull request #19 from kanata2/update-alpine
Browse files Browse the repository at this point in the history
Update base image's version to latest
  • Loading branch information
nghialv committed Jun 28, 2024
2 parents fce9d4b + d6b0807 commit a94ab0c
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,9 +1,9 @@
FROM alpine:3.5
FROM alpine:3.20

RUN apk --update add ca-certificates atop

ADD build/promviz /bin

EXPOSE 9091

ENTRYPOINT ["/bin/promviz"]
ENTRYPOINT ["/bin/promviz"]

0 comments on commit a94ab0c

Please sign in to comment.