Skip to content

Commit 801e704

Browse files
committed
chore: bump Dockerfile Golang version
1 parent 2aef3a2 commit 801e704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM golang:1.24-alpine3.21 AS builder
1+
FROM golang:1.24.13-alpine3.23 AS builder
22

33
WORKDIR /code/
44

55
ADD src/ .
66

77
RUN go build -o dist/ -ldflags "-s -w"
88

9-
FROM alpine:3.21
9+
FROM alpine:3.23
1010

1111
WORKDIR /code/
1212

publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
docker buildx create --use
2-
docker buildx build --platform=linux/amd64,linux/arm64 --tag "devforth/spa-to-http:latest" --tag "devforth/spa-to-http:1.1.0" --push .
2+
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

Comments
 (0)