Skip to content

Commit

Permalink
bump version arg
Browse files Browse the repository at this point in the history
  • Loading branch information
ableeb committed Jun 22, 2023
1 parent dab03ce commit 943fe22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Instead, next layers will concatenate them.
ARG GOLANG_VERSION=1.20
# Note: we have to repeat ARG instructions in each build stage that uses them.
ARG GOTENBERG_VERSION=7.7.5
ARG GOTENBERG_VERSION=7.7.6

FROM golang:$GOLANG_VERSION AS builder

Expand Down

0 comments on commit 943fe22

Please sign in to comment.