Skip to content

Commit

Permalink
Bump golang from 1.18.1-alpine to 1.18.3-alpine (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 5, 2022
1 parent d649e37 commit bde35e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
arch: [amd64] # amd64, 386
steps:
- uses: actions/setup-go@v3
with: {go-version: 1.18.1}
with: {go-version: 1.18}

- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.2

# Image page: <https://hub.docker.com/_/golang>
FROM golang:1.18.1-alpine as builder
FROM golang:1.18-alpine as builder

# can be passed with any prefix (like `v1.2.3@GITHASH`), e.g.: `docker build --build-arg "APP_VERSION=v1.2.3@GITHASH" .`
ARG APP_VERSION="undefined@docker"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:

services:
app: &app-service
image: golang:1.18.1-buster # Image page: <https://hub.docker.com/_/golang>
image: golang:1.18-buster # Image page: <https://hub.docker.com/_/golang>
working_dir: /src
environment:
HOME: /tmp
Expand Down

0 comments on commit bde35e2

Please sign in to comment.