edit dockerfile

This commit is contained in:
Nicolas CARON 2023-07-26 14:55:08 +02:00
parent 18e890ceed
commit 5ea89bf0b2
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM golang:alpine as builder
ARG ACCESS_TOKEN_USR="nothing"
ARG ACCESS_TOKEN_PWD="nothing"
ARG ACCESS_TOKEN_USR="ncaron"
ARG ACCESS_TOKEN_PWD="d0d6447bec4a397869c583022b982f5dce32ef7b"
RUN apk add --no-cache ca-certificates tzdata git