Skip to content

Commit 802bdab

Browse files
author
Martin Schneppenheim
committed
Update Docker base image to Go v1.18
1 parent ee700c2 commit 802bdab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
############################################################
22
# Build image
33
############################################################
4-
FROM golang:1.16-alpine as builder
4+
FROM golang:1.18-alpine as builder
55
RUN apk update && apk add --no-cache git ca-certificates && update-ca-certificates
66

77
WORKDIR /app

0 commit comments

Comments
 (0)