Skip to content

Commit 1fd9104

Browse files
Bump golang from 1.23-alpine to 1.24-alpine (#148)
Bumps golang from 1.23-alpine to 1.24-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 731d80b commit 1fd9104

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
FROM hairyhenderson/upx:3.96 AS upx
22

3-
FROM golang:1.23-alpine AS build
3+
FROM golang:1.24-alpine AS build
44

55
RUN apk add --no-cache \
6-
make \
7-
libgcc libstdc++ ucl \
8-
git
6+
make \
7+
libgcc libstdc++ ucl \
8+
git
99

1010
COPY --from=upx /usr/bin/upx /usr/bin/upx
1111

0 commit comments

Comments
 (0)