Skip to content

Commit

Permalink
Merge pull request #22 from PRODYNA/dependabot/docker/golang-1.23.0-a…
Browse files Browse the repository at this point in the history
…lpine3.19

Bump golang from 1.22.6-alpine3.19 to 1.23.0-alpine3.19
  • Loading branch information
dkrizic authored Aug 19, 2024
2 parents edfa3c0 + be6f9e4 commit 7064f4d
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
@@ -1,4 +1,4 @@
FROM golang:1.22.6-alpine3.19 as build
FROM golang:1.23.0-alpine3.19 as build

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit 7064f4d

Please sign in to comment.