Skip to content

Commit

Permalink
fix: apply @nitrocode suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
  • Loading branch information
GenPage and nitrocode authored Jan 23, 2023
1 parent 39e6484 commit b63bc34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/atlantis-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
images: |
atlantis
labels: |
authors="Anubhav Mishra, Luke Kysow"
org.opencontainers.image.authors="Anubhav Mishra, Luke Kysow"
org.opencontainers.image.licenses=Apache-2.0
tags: |
type=ref,event=branch
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# syntax=docker/dockerfile:1
# what distro is the image being built for
ARG ALPINE_TAG=3.17.0
ARG DEBIAN_TAG=bullseye-20221219-slim
ARG ALPINE_TAG=3.17.1
ARG DEBIAN_TAG=11.6-slim

# Stage 1: build artifact and download deps
FROM golang:1.19.4-alpine AS builder
FROM golang:1.19.5-alpine AS builder

WORKDIR /app
COPY . /app
Expand Down

0 comments on commit b63bc34

Please sign in to comment.