Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 13, 2022
1 parent 0eb379c commit a12a4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -21,7 +21,7 @@ RUN pnpm install -r --offline --prod
# Do the build
RUN pnpm build

FROM golang:1.18.0-alpine AS builder
FROM golang:1.18.1-alpine AS builder

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

Expand Down

0 comments on commit a12a4f2

Please sign in to comment.