Merge branch 'pterodactyl:develop' into nwy-wings

This commit is contained in:
Ethan Alicea
2023-10-27 09:23:08 -04:00
committed by GitHub
4 changed files with 4 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1 (Build)
FROM golang:1.19-alpine AS builder
FROM golang:1.20.10-alpine AS builder
ARG VERSION
RUN apk add --update --no-cache git make