Skip to content

Commit

Permalink
Merge pull request #940 from linuxserver/template-casing
Browse files Browse the repository at this point in the history
template: fix casing to suppress docker build warning
  • Loading branch information
aptalca committed Aug 22, 2024
2 parents 9d6b690 + 1271254 commit 2791cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.complex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

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

RUN \
echo "**** install packages ****" && \
Expand Down

0 comments on commit 2791cfc

Please sign in to comment.