Skip to content

Commit dc61700

Browse files
committed
fix: add version to be latest
1 parent 80b2e3b commit dc61700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/unlockedlabs/golang-jasper:latest-3.6.2 AS builder
1+
FROM ghcr.io/unlockedlabs/golang-jasper:latest AS builder
22

33
WORKDIR /app
44
COPY ./backend/go.mod ./backend/go.sum ./
@@ -8,7 +8,7 @@ COPY ./backend/ ./
88

99
RUN CGO_ENABLED=0 GOOS=linux GOFLAGS=-mod=readonly go build -trimpath -o backend ./cmd/main.go
1010

11-
FROM ghcr.io/unlockedlabs/golang-jasper:latest-3.6.2
11+
FROM ghcr.io/unlockedlabs/golang-jasper:latest
1212
WORKDIR /
1313

1414
COPY --from=builder /app/backend /backend

0 commit comments

Comments
 (0)