Skip to content

Commit 2791cfc

Browse files
authored
Merge pull request #940 from linuxserver/template-casing
template: fix casing to suppress docker build warning
2 parents 9d6b690 + 1271254 commit 2791cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.complex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
## Buildstage ##
4-
FROM ghcr.io/linuxserver/baseimage-alpine:3.19 as buildstage
4+
FROM ghcr.io/linuxserver/baseimage-alpine:3.20 AS buildstage
55

66
RUN \
77
echo "**** install packages ****" && \

0 commit comments

Comments
 (0)