Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Mikołaj Świątek committed May 24, 2022
1 parent 7aafa34 commit 956e103
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 @@ -10,7 +10,7 @@ RUN apk --update add ca-certificates
FROM alpine:3.16.0 as directories
RUN mkdir /etc/otel/

FROM golang:1.18.1
FROM golang:1.18.2
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.18.1-alpine as builder
FROM golang:1.18.2-alpine as builder
ADD . /src
WORKDIR /src/otelcolbuilder/
ENV CGO_ENABLED=0
Expand Down

0 comments on commit 956e103

Please sign in to comment.