Skip to content

Commit

Permalink
Trying to fix docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Sep 19, 2024
1 parent 713d638 commit 8b8b372
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
@@ -1,6 +1,6 @@
# Build and base images are assumed to be based on the same major version of Debian.
ARG build_image
ARG base_image
ARG base_image="debian:buster-slim"

# Build stage.
FROM ${build_image} AS build
Expand Down

0 comments on commit 8b8b372

Please sign in to comment.