diff --git a/.github/workflows/atlantis-image.yml b/.github/workflows/atlantis-image.yml index a3946b5ae4..6a7a3a3e01 100644 --- a/.github/workflows/atlantis-image.yml +++ b/.github/workflows/atlantis-image.yml @@ -55,7 +55,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 diff --git a/Dockerfile b/Dockerfile index b8654797b8..86f819bb2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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