Skip to content

Commit 315a205

Browse files
committed
Update Dockerfiles
Use Alpine 3.18 and Go 1.20
1 parent 23d8d33 commit 315a205

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19-alpine3.16 AS builder
1+
FROM golang:1.20-alpine3.18 AS builder
22
ARG VERSION
33

44
RUN apk add --no-cache git gcc musl-dev make
@@ -15,7 +15,7 @@ COPY . ./
1515

1616
RUN make build-docker
1717

18-
FROM alpine:3.16
18+
FROM alpine:3.18
1919

2020
RUN apk add --no-cache ca-certificates
2121

Diff for: Dockerfile.github-actions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.16
1+
FROM alpine:3.18
22

33
RUN apk add --no-cache ca-certificates
44

0 commit comments

Comments
 (0)