Update Dockerfile to use Go v1.21

This commit is contained in:
Gustavo 2024-04-10 10:40:44 -04:00
parent 0e13e85e65
commit 1b877387fe
1 changed files with 1 additions and 1 deletions

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