summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorLain Iwakura <lain@iwakura.page>2026-03-25 22:04:03 +0300
committerLain Iwakura <lain@iwakura.page>2026-03-25 22:04:03 +0300
commit2b4c8c46986d77debcccab895940fccf6d687065 (patch)
tree16ebfd33abc8948bf6a0c0cb841d238abde52b27 /Dockerfile
parent1b2d58b0dddbba28b82724467c584362035b81f4 (diff)
internal reg
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 089bd0f..01c4ef9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 ./