Skip to content

Commit

Permalink
add golang latest
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Nov 22, 2023
1 parent b6e2e32 commit 359e853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.grok
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################
# Multi-Stage Build

FROM golang:stretch as builder
FROM golang:latest as builder

# Install system deps
# We need this in order to build oniguruma.
Expand Down

0 comments on commit 359e853

Please sign in to comment.