Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
add default base_image
Browse files Browse the repository at this point in the history
Signed-off-by: Bohan Chen <[email protected]>
  • Loading branch information
Daniel authored and chenbh committed Mar 12, 2021
1 parent 78117da commit d9b416a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG base_image
ARG base_image=ubuntu:latest
ARG builder_image=concourse/golang-builder

FROM ${builder_image} as builder
Expand Down

0 comments on commit d9b416a

Please sign in to comment.