mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 12:41:54 +03:00
Fix Dockerfile
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.20-alpine as builder
|
FROM golang:1.23-alpine AS builder
|
||||||
|
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
ADD go.* ./
|
ADD go.* ./
|
||||||
|
|||||||
Reference in New Issue
Block a user