Minor alpine build fix

This commit is contained in:
Pau Rodriguez-Estivill
2021-03-07 14:54:06 +01:00
parent ef54bd18d3
commit a2927fec09
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
ARG BASETAG=latest
FROM postgres:$BASETAG
ARG GOCRONVER=v0.0.9
ARG GOCRONVER=v0.0.10
ARG TARGETOS
ARG TARGETARCH
RUN set -x \