chore(circleci): update remote docker to prevent 'brownout' (#36)

* chore(circleci): update remote docker to prevent 'brownout'

* Update packages
This commit is contained in:
Iain Sproat
2024-05-28 16:13:24 +01:00
committed by GitHub
parent c2457d9061
commit f79a6754f5
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -117,9 +117,7 @@ jobs:
command: |
cat workspace/env-vars >> $BASH_ENV
- setup_remote_docker: &remote-docker
# a weird issue with yarn installing packages throwing EPERM errors
# this fixes it
version: 20.10.12
version: default
docker_layer_caching: true
- run:
name: Build and Publish
+2 -2
View File
@@ -4,8 +4,8 @@
FROM golang:alpine as builder
# Install SSL ca certificates
RUN apk update && apk add --no-cache \
git=2.43.0-r0 \
ca-certificates=20230506-r0
git=2.45.1-r0 \
ca-certificates=20240226-r0
# Create appuser
RUN adduser -D -g '' appuser
COPY . $GOPATH/src/alertmanager-discord/