Skip to content

Commit

Permalink
update Dockerfile.dev's version of go
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Dec 19, 2023
1 parent 54e3329 commit 5637dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG GO_VERSION="1.19"
ARG RUNNER_IMAGE="alpine:3.16"
ARG GO_VERSION="1.21"
ARG RUNNER_IMAGE="alpine:3.18"

# --------------------------------------------------------
# Builder
Expand Down

0 comments on commit 5637dec

Please sign in to comment.