Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyBoo committed Oct 28, 2022
1 parent a222753 commit f2975ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG PRE_IMAGE
FROM $PRE_IMAGE as build

# Build the resultant image.
FROM simplyboo6/vimtur-base@sha256:71c4016340f175f1c4c113f794f0a6d994944d7ee943c720a3a5afb596560069
FROM simplyboo6/vimtur-base@sha256:ac677907ec133d515b11cb575ab8b77da056978fae8646e38191828f0c0d1880

RUN apk add --no-cache jq

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pre
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM simplyboo6/vimtur-base@sha256:71c4016340f175f1c4c113f794f0a6d994944d7ee943c720a3a5afb596560069
FROM simplyboo6/vimtur-base@sha256:ac677907ec133d515b11cb575ab8b77da056978fae8646e38191828f0c0d1880

ARG VERSION_NAME=dev

Expand Down

0 comments on commit f2975ad

Please sign in to comment.