Ethan 1 giorno fa
parent
commit
573aa3d292
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      dockerfile

+ 1 - 1
dockerfile

@@ -1,4 +1,4 @@
-FROM golang:1.17 as builder
+FROM golang:latest as builder
 
 WORKDIR /go/src/app