Skip to content

Commit

Permalink
chore(deps): bump golang from 1.17rc2 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps golang from 1.17rc2 to 1.17.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 17, 2021
1 parent 3e39781 commit 2a79171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile_dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN chmod 755 /otelcol-sumo
FROM alpine:3.13 as certs
RUN apk --update add ca-certificates

FROM golang:1.17rc2
FROM golang:1.17.0
ARG BUILD_TAG=latest
ENV TAG $BUILD_TAG
ARG USER_UID=10001
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17rc2-alpine as builder
FROM golang:1.17.0-alpine as builder
ADD . /src
WORKDIR /src/otelcolbuilder/
ENV CGO_ENABLED=0
Expand Down

0 comments on commit 2a79171

Please sign in to comment.