Skip to content

Commit

Permalink
Bump golang from 1.16-alpine to 1.16.6-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.16-alpine to 1.16.6-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 14, 2021
1 parent 8975ee8 commit cda6094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -18,7 +18,7 @@ COPY assets ./assets
# Do the build
RUN yarn build

FROM golang:1.16-alpine AS builder
FROM golang:1.16.6-alpine AS builder

RUN apk add --no-cache git ca-certificates
RUN mkdir /dozzle
Expand Down

0 comments on commit cda6094

Please sign in to comment.