Skip to content

Commit

Permalink
upgrade golang:alpine to 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Oct 13, 2023
1 parent 84ce8cc commit 11a37b5
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.13 as builder
FROM golang:alpine3.19 as builder

ARG BUILDINFO_LDFLAGS
ARG CGO_ENABLED=0
Expand Down

0 comments on commit 11a37b5

Please sign in to comment.