Browse Source

:robot: Pin to go 1.19

mudler 2 years ago
parent
commit
6cc1798409
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 ARG LDFLAGS=-s -w
-FROM golang:alpine as builder
+FROM golang:1.19-alpine as builder
 ENV LDFLAGS=$LDFLAGS
 ADD . /work
 RUN cd /work && \