Skip to content

Commit

Permalink
chore(Dockerfile): bump go & alpine versions (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnj committed Jan 4, 2024
1 parent 64f1f0c commit 4680a87
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
Expand Up @@ -2,7 +2,7 @@
# $ docker build -t jira-cli:latest .
# $ docker run --rm -it -v ~/.netrc:/root/.netrc -v ~/.config/.jira:/root/.config/.jira jira-cli

FROM golang:1.19-alpine3.17 as builder
FROM golang:1.21-alpine3.19 as builder

ENV CGO_ENABLED=0
ENV GOOS=linux
Expand All @@ -17,7 +17,7 @@ RUN set -eux; \
apk add -U --no-cache make git ; \
make deps install

FROM alpine:3.17
FROM alpine:3.19

RUN apk --no-cache add ca-certificates

Expand Down

0 comments on commit 4680a87

Please sign in to comment.