Skip to content

Commit 071856e

Browse files
authored
Merge pull request #177 from AirHelp/dependabot/docker/golang-1.24rc3-alpine
chore(deps): Bump golang from 1.24rc2-alpine to 1.24rc3-alpine
2 parents 0c0f836 + 13e7bc3 commit 071856e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24rc2-alpine as builder
1+
FROM golang:1.24rc3-alpine as builder
22

33
WORKDIR /app
44

Dockerfile-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24rc2-alpine
1+
FROM golang:1.24rc3-alpine
22

33
ENV CGO_ENABLED=0
44
ENV GO111MODULE=on

0 commit comments

Comments
 (0)