Skip to content

Commit

Permalink
Merge pull request #132 from uselagoon/renovate/main-docker-alpine-3.…
Browse files Browse the repository at this point in the history
…12.x

Update alpine Docker tag to v3.12.5 (main)
  • Loading branch information
Toby Bellwood authored Mar 25, 2021
2 parents 1df58be + 108a37f commit 4ce8725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/commons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RUN GIT_TAG=github.com/smlx/go-crond@custom-workdir-mod-update GIT_COMMIT=1b81c0
GO111MODULE=on CGO_ENABLED=0 go get -ldflags "-X main.gitTag=$GIT_TAG -X main.gitCommit=$GIT_COMMIT" \
github.com/smlx/go-crond@$GIT_COMMIT

FROM alpine:3.12.4
FROM alpine:3.12.5

LABEL maintainer="amazee.io"

Expand Down
2 changes: 1 addition & 1 deletion images/mariadb/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG IMAGE_REPO
FROM ${IMAGE_REPO:-lagoon}/commons as commons
FROM alpine:3.12.4
FROM alpine:3.12.5

LABEL maintainer="amazee.io"

Expand Down

0 comments on commit 4ce8725

Please sign in to comment.