Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and BuckarooBanzay committed Jan 8, 2025
1 parent 02b4844 commit ff48a4c
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.21.1
FROM alpine:3.21.2
COPY --from=go-builder /data/mtui /bin/mtui
EXPOSE 8080
ENTRYPOINT ["/bin/mtui"]

0 comments on commit ff48a4c

Please sign in to comment.