Skip to content

Commit

Permalink
Update Dockerfile to use Go v1.21 (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpassini committed Apr 10, 2024
1 parent 0e13e85 commit 400fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -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
Expand Down

0 comments on commit 400fa5f

Please sign in to comment.