diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -FROM reg.nx.kroot.sh/makko AS builder-makko +FROM reg.nx.kroot.sh/makko:latest AS builder-makko WORKDIR /src COPY blog/ blog/ @@ -7,7 +7,7 @@ COPY makko.json . RUN makko . -FROM golang:alpine AS builder-go +FROM reg.nx.kroot.sh/library/golang:alpine AS builder-go WORKDIR /src COPY server/go.mod server/main.go ./ |
