Skip to content

Commit

Permalink
Merge pull request #1 from loafoe/dependabot/docker/golang-1.20.5-alp…
Browse files Browse the repository at this point in the history
…ine3.17

Bump golang from 1.20.3-alpine3.17 to 1.20.5-alpine3.17
  • Loading branch information
loafoe authored Jul 10, 2023
2 parents d225f6e + e76c2a6 commit 4aff73f
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.20.3-alpine3.17 AS builder
FROM golang:1.20.5-alpine3.17 AS builder
WORKDIR /build
COPY go.mod .
COPY go.sum .
Expand Down

0 comments on commit 4aff73f

Please sign in to comment.