Skip to content

Commit

Permalink
Merge pull request #23 from NBISweden/dependabot/docker/golang-1.21.5…
Browse files Browse the repository at this point in the history
…-alpine3.17

Bump golang from 1.20.3-alpine3.17 to 1.21.5-alpine3.17
  • Loading branch information
darthvader2 authored Dec 12, 2024
2 parents b0d0034 + 91c4caa commit 7fa03d8
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 build
FROM golang:1.21.5-alpine3.17 as build

WORKDIR /lp_app
COPY . .
Expand Down

0 comments on commit 7fa03d8

Please sign in to comment.