Skip to content

Commit

Permalink
Update base image to a newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
gunrein committed Sep 21, 2023
1 parent 6cf36ae commit 6e66f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN npm run build:esbuild
RUN npm run build:static
RUN npm run build:backend

FROM ubuntu:latest
FROM ubuntu:23.10
RUN apt-get update
RUN apt-get install -y ca-certificates
RUN mkdir /usr/wallowa
Expand Down

0 comments on commit 6e66f44

Please sign in to comment.