Skip to content

Commit b50caee

Browse files
authored
Merge pull request #174 from AirHelp/dependabot/docker/golang-1.23.4-alpine
chore(deps): Bump golang from 1.23.3-alpine to 1.23.4-alpine
2 parents 0458649 + fd62ec2 commit b50caee

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.23.3-alpine as builder
1+
FROM golang:1.23.4-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.23.3-alpine
1+
FROM golang:1.23.4-alpine
22

33
ENV CGO_ENABLED=0
44
ENV GO111MODULE=on

0 commit comments

Comments
 (0)