Skip to content

Commit

Permalink
Merge pull request #288 from soerenschneider/dependabot/docker/golang…
Browse files Browse the repository at this point in the history
…-1.20.6

build(deps): Bump golang from 1.20.5 to 1.20.6
  • Loading branch information
soerenschneider authored Jul 18, 2023
2 parents acb4d9d + 2984475 commit 2533740
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,6 +1,6 @@
ARG MODE=client

FROM golang:1.20.5 as builder
FROM golang:1.20.6 as builder
ARG MODE
ENV MODE="$MODE"
ENV MODULE=github.com/soerenschneider/acmevault
Expand Down

0 comments on commit 2533740

Please sign in to comment.