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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 MAINTAINER Fullstory Engineering
# create non-privileged group and user # create non-privileged group and user