Skip to content

Commit

Permalink
Fix warning for docker build about case of AS statement (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitaliySerov authored Jul 12, 2024
1 parent 573eb61 commit 7e3546d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

* Fix log spam for `git describe` for shallow copy of repo
* Fix missing `public/pack` directory in Docker image
* Fix warning for `docker build` about case of `AS` statement

## v1.30.0 (2022-10-31)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.3.4-alpine as builder
FROM ruby:3.3.4-alpine AS builder

LABEL maintainer="[email protected]"
# To fix Error: error:0308010C:digital envelope routines::unsupported
Expand Down

0 comments on commit 7e3546d

Please sign in to comment.