Merge branch 'pterodactyl:develop' into nwy-wings

This commit is contained in:
Ethan Alicea
2023-12-31 00:50:15 -05:00
committed by GitHub
6 changed files with 43 additions and 29 deletions

View File

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