mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 21:24:20 +01:00
dockerfile: pin alpine image version to 3.22
Signed-off-by: Max R. Carrara <max@aequito.sh>
This commit is contained in:
parent
4a7b426729
commit
3684a0944e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ RUN dart pub get
|
|||
RUN dart compile exe bin/main.dart -o bin/server
|
||||
|
||||
# Final stage
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.22
|
||||
|
||||
# Environment variables
|
||||
ENV runmode=production
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue