We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aef3a2 commit 801e704Copy full SHA for 801e704
Dockerfile
@@ -1,12 +1,12 @@
1
-FROM golang:1.24-alpine3.21 AS builder
+FROM golang:1.24.13-alpine3.23 AS builder
2
3
WORKDIR /code/
4
5
ADD src/ .
6
7
RUN go build -o dist/ -ldflags "-s -w"
8
9
-FROM alpine:3.21
+FROM alpine:3.23
10
11
12
publish.sh
@@ -1,2 +1,2 @@
docker buildx create --use
-docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/spa-to-http:latest" --tag "devforth/spa-to-http:1.1.0" --push .
+docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/spa-to-http:latest" --tag "devforth/spa-to-http:1.1.1" --push .
0 commit comments