Skip to content

Commit

Permalink
Merge pull request DSpace#3186 from saschaszott/patch-24
Browse files Browse the repository at this point in the history
Docker build: fix FromAsCasing warning
  • Loading branch information
tdonohue authored Jul 17, 2024
2 parents 941dbe2 + f4fe2b8 commit 1efa886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Test build:
# docker build -f Dockerfile.dist -t dspace/dspace-angular:latest-dist .

FROM node:18-alpine as build
FROM node:18-alpine AS build

# Ensure Python and other build tools are available
# These are needed to install some node modules, especially on linux/arm64
Expand Down

0 comments on commit 1efa886

Please sign in to comment.