Skip to content

Commit

Permalink
change golang image to 1.21-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Dec 20, 2023
1 parent b779dc3 commit 28cb091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/skywire-visor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG image_tag=e2e

ARG base=alpine
FROM golang:alpine3.18 as builder
FROM golang:1.21-alpine as builder

ARG BUILDINFO_LDFLAGS
ARG CGO_ENABLED=0
Expand Down

0 comments on commit 28cb091

Please sign in to comment.