Skip to content

Commit

Permalink
Update base image's version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kanata2 committed Jun 28, 2024
1 parent fce9d4b commit d6b0807
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 d6b0807

Please sign in to comment.