Skip to content

Commit

Permalink
gaia version
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 6, 2023
1 parent ac9bf11 commit 5ebeb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/dockerbuilds/Dockerfile.gaia
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.20-alpine AS builder
FROM golang:1.18-alpine AS builder
RUN apk upgrade -U -a
WORKDIR /src/app/
COPY --from=app go.mod go.sum* ./
Expand Down

0 comments on commit 5ebeb76

Please sign in to comment.