Skip to content

Commit

Permalink
Upgrade docker base images versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GGP1 committed Dec 9, 2023
1 parent 11abf96 commit 22cff76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine3.18 as builder
FROM golang:1.21-alpine3.18 as builder

WORKDIR /kure

Expand All @@ -20,4 +20,4 @@ RUN apk add --update --no-cache vim

COPY --from=builder /go/bin/kure /usr/bin/

CMD ["/usr/bin/kure"]
CMD ["/usr/bin/kure"]
4 changes: 2 additions & 2 deletions Dockerfile.secure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine3.18 as builder
FROM golang:1.21-alpine3.18 as builder

WORKDIR /kure

Expand Down Expand Up @@ -27,4 +27,4 @@ RUN adduser $USER -D -g "" -s "/sbin/nologin" -u $UID \

USER $USER

CMD ["/usr/bin/kure"]
CMD ["/usr/bin/kure"]

0 comments on commit 22cff76

Please sign in to comment.