We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa584d commit 542cb87Copy full SHA for 542cb87
.github/workflows/build-and-test.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Check Code Style
18
uses: golangci/golangci-lint-action@v2
19
with:
20
- version: v1.40.1
+ version: v1.43.0
21
22
build:
23
runs-on: ubuntu-latest
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.15.0-alpine AS builder
+FROM golang:1.17.4-alpine AS builder
2
3
RUN apk add --update --no-cache make
4
WORKDIR /build
@@ -7,7 +7,7 @@ COPY . /build/
7
8
RUN make
9
10
-FROM alpine:3.12.0
+FROM alpine:3.15.0
11
12
COPY --from=builder /build/target/db-auth-gateway /usr/local/bin/db-auth-gateway
13
COPY --from=builder /build/LICENSE /LICENSE
0 commit comments