Skip to content

Commit

Permalink
chore(docker): bump golang from 1.20.2-alpine to 1.20.3-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.20.2-alpine to 1.20.3-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] authored and TyKranig committed Apr 24, 2023
1 parent 162dc7b commit cb21ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.devkit
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ FROM docker.io/golangci/golangci-lint:v1.52.2-alpine as golangci-lint
FROM docker.io/hadolint/hadolint:2.12.0-alpine as hadolint
FROM docker.io/vektra/mockery:v3.0 as mockery

FROM docker.io/golang:1.20.2-alpine as builder
FROM docker.io/golang:1.20.3-alpine as builder

# NOTE(jkoelker) install the tools in the builder here to improve layer
# caching of the published devkit.
Expand All @@ -33,7 +33,7 @@ RUN mkdir -p /tools \
&& go install -v $(go list -f '{{ join .Imports " " }}' -tags=tools)

# NOTE(jkoelker) From here we care about layers
FROM docker.io/golang:1.20.2-alpine
FROM docker.io/golang:1.20.3-alpine

# NOTE(jkoelker) Ignore "Pin versions in apk add"
# hadolint ignore=DL3018
Expand Down

0 comments on commit cb21ed7

Please sign in to comment.