Skip to content

Commit

Permalink
Merge pull request #311 from philips-software/dependabot/docker/golan…
Browse files Browse the repository at this point in the history
…g-1.20.1-alpine

Bump golang from 1.20.0-alpine to 1.20.1-alpine
  • Loading branch information
loafoe authored Feb 18, 2023
2 parents cfd4a8b + 9146b3b commit 5587342
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.0-alpine as builder
FROM golang:1.20.1-alpine as builder
RUN apk --no-cache add git
WORKDIR /build
COPY go.mod .
Expand Down

0 comments on commit 5587342

Please sign in to comment.