Skip to content

Commit

Permalink
chore(deps): update docker.io/library/golang docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2024
1 parent 29043de commit 2d9961c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG PROJECT_NAME
RUN apk add --no-cache ca-certificates
RUN addgroup -S ${PROJECT_NAME} && adduser -S ${PROJECT_NAME} -G ${PROJECT_NAME}

FROM docker.io/library/golang:1.22 AS build
FROM docker.io/library/golang:1.23 AS build
ARG PROJECT_NAME
COPY / /src
WORKDIR /src
Expand Down

0 comments on commit 2d9961c

Please sign in to comment.