Bump golang from 1.18.1-alpine to 1.18.3-alpine (#114)

This commit is contained in:
dependabot[bot] 2022-06-05 09:22:08 +00:00 committed by GitHub
parent d649e371a5
commit bde35e2c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -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