mirror of
https://github.com/timokz/flutter-vienna-hackathon-25.git
synced 2025-11-08 23:44:19 +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
|
RUN dart compile exe bin/main.dart -o bin/server
|
||||||
|
|
||||||
# Final stage
|
# Final stage
|
||||||
FROM alpine:latest
|
FROM alpine:3.22
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
ENV runmode=production
|
ENV runmode=production
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue