Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent e519dde commit 8b5e88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY --from=bundle-builder /public/js/bundle* /data/public/js/
COPY --from=bundle-builder /public/node_modules /data/public/node_modules
RUN CGO_ENABLED=1 go build -ldflags="-s -w -extldflags=-static -X mtui/app.Version=$MTUI_VERSION" .

FROM alpine:3.20.2
FROM alpine:3.20.3
COPY --from=go-builder /data/mtui /bin/mtui
EXPOSE 8080
ENTRYPOINT ["/bin/mtui"]

0 comments on commit 8b5e88a

Please sign in to comment.