Update Dockerfile to use Go v1.21 (#455)
This commit is contained in:
parent
0e13e85e65
commit
400fa5f2d3
|
|
@ -1,4 +1,4 @@
|
||||||
FROM golang:1.18-alpine as builder
|
FROM golang:1.21-alpine as builder
|
||||||
MAINTAINER Fullstory Engineering
|
MAINTAINER Fullstory Engineering
|
||||||
|
|
||||||
# create non-privileged group and user
|
# create non-privileged group and user
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue