Compare commits

...

4 Commits

Author SHA1 Message Date
d175825beb upgrades minecraft version 2024-09-29 07:13:16 -05:00
f6070b8a13 ffmpeg to deprecated 2024-09-29 07:13:01 -05:00
c71c96b8b7 updates alpine to 1.20 2024-09-29 07:12:22 -05:00
5be46c3710 moves ffmpeg builder to deprecated 2024-09-29 07:12:05 -05:00
3 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ pipeline {
steps {
script {
workspace = pwd()
dockerFile = """FROM ${repository}/dockerhub/library/alpine:3.19
dockerFile = """FROM ${repository}/dockerhub/library/alpine:3.20
LABEL org.opencontainers.image.authors="The_Spider <spider@smoothnet.org>"
LABEL org.opencontainers.image.title="alpine"

View File

@@ -29,7 +29,7 @@ pipeline {
steps {
script {
workspace = pwd()
paperVersion = "1.20.6"
paperVersion = "1.21.1"
memoryMin = "1g"
memoryMax = "32g"
dockerFile = """FROM registry.c.test-chamber-13.lan/library/alpine:latest as builder