Skip to content

Commit

Permalink
chore(deps): bump golang from 1.17.8-alpine to 1.18.2-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.17.8-alpine to 1.18.2-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 16, 2022
1 parent 503e24c commit dabb58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN yarn install --immutable

RUN yarn build

FROM golang:1.17.8-alpine as go_builder
FROM golang:1.18.2-alpine as go_builder

LABEL maintainer="Sundowndev" \
org.label-schema.name="phoneinfoga" \
Expand All @@ -31,7 +31,7 @@ RUN go generate ./...

RUN go build -v -ldflags="-s -w -X 'github.com/sundowndev/phoneinfoga/v2/config.Version=$(git describe --abbrev=0 --tags)' -X 'github.com/sundowndev/phoneinfoga/v2/config.Commit=$(git rev-parse --short HEAD)'" -v -o phoneinfoga .

FROM golang:1.17.8-alpine
FROM golang:1.18.2-alpine

WORKDIR /app

Expand Down

0 comments on commit dabb58e

Please sign in to comment.