Merge branch 'pterodactyl:develop' into nwy-wings

This commit is contained in:
Ethan Alicea
2023-12-05 18:25:49 -05:00
committed by GitHub
6 changed files with 92 additions and 143 deletions

View File

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