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