Skip to content

Commit

Permalink
Align dockerfile as well
Browse files Browse the repository at this point in the history
We don't seem to actually use this somewhere, but build in support for
aligning similarly
  • Loading branch information
Seanstoppable committed Aug 19, 2024
1 parent ae2712e commit 3ae8d96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Build image ##
FROM golang:1.20.4-alpine3.16 as build
ARG GO_VERSION=1.20
FROM golang:${GO_VERSION}-alpine3.16 as build

# System dependencies
RUN apk add --no-cache make
Expand Down

0 comments on commit 3ae8d96

Please sign in to comment.