Update Dockerfile to use Go v1.21 (#455)

This commit is contained in:
Gustavo Passini
2024-04-10 11:33:24 -04:00
committed by GitHub
parent 0e13e85e65
commit 400fa5f2d3

View File

@@ -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